[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     Mouse constants

          #define MOUSEINT        0x33

          #define MOUSE_INSTALLED -1
          #define NO_MOUSE        0

          #define TWOBUTTONS      -1
          #define XBUTTONS        0
          #define MSYSMOUSE       3

          #define LEFTBUTTON      0
          #define RIGHTBUTTON     1
          #define MIDDLEBUTTON    2

          #define LBPRESSED       0x01
          #define RBPRESSED       0x02
          #define MBPRESSED       0x04

See Also: ismouse() MButtonPress() MButtonRelease() MButtonStatus()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson